@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
  font-family: Microsoft YaHei, Arial;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.footer-code-list {
  padding: 30px 0;
}
.footer-code-list .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-code-list .list .item {
  display: flex;
  flex: 1;
  padding-left: 44px;
  justify-content: flex-start;
}
.footer-code-list .list .item .ew-pic {
  width: 94px;
  height: 94px;
  margin-right: 18px;
}
.footer-code-list .list .item .item_desc {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.footer-code-list .list .item h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  color: #383838;
}
.footer-code-list .list .item h4 img {
  margin-right: 5px;
}
.footer-code-list .list .item p {
  width: 100px;
  font-size: 14px;
  color: #383838;
  line-height: 20px;
}
.bottom_shortcut .cont {
  overflow: hidden;
  height: 40px;
  width: 100%;
  background-color: #f5f5f5;
}
.bottom_shortcut ul {
  display: flex;
  justify-content: center;
  padding: 0 150px;
}
.bottom_shortcut li {
  float: left;
  padding: 5px 0;
  margin-right: 35px;
}
.bottom_shortcut li:last-child {
  margin-right: 0;
}
.bottom_shortcut li a {
  display: block;
  height: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.keep_record {
  padding: 30px 0;
}
.keep_record P {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #999;
}
